Class symantec.itools.awt.util.spinner.MonthSpinner
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.util.spinner.MonthSpinner

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Panel
                           |
                           +----Spinner
                                   |
                                   +----ListSpinner
                                           |
                                           +----symantec.itools.awt.util.spinner.MonthSpinner

public class MonthSpinner
extends ListSpinner
Month spin control.
Creates a text box, containing a list Months, with up and down arrows. Allows your user to move through a set of fixed values or type a valid value in the box.

Version:
1.1, August 28, 1997
Author:
Symantec
See Also:
ListSpinner

Constructor Index

 o symantec.itools.awt.util.spinner.MonthSpinner()
Construct MonthSpinner component.

Constructors

 o MonthSpinner
public MonthSpinner()
Construct MonthSpinner component. This component includes the months in the order Janruary through December. By default, the inial display of this component is the item "Janruary".


All Packages  Class Hierarchy  This Package  Previous  Next  Index